home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / BoneToDog.swf / scripts / DefineButton2_209 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-08-05  |  196 b   |  10 lines

  1. on(press){
  2.    Mouse.hide();
  3.    _root.check = 0;
  4.    _root.aaa2._visible = true;
  5.    _root.havePress = true;
  6.    _root.kind = 1;
  7.    startDrag(_root.aaa2,1);
  8.    _root.gotoAndPlay("start2");
  9. }
  10.